All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncNegateInteger
FuncNegateInteger
is a function object designed for
creating a new object of type Integer
based on
the argument object and the - operator.
Copyright © 1996 Finn Bock
Integer
and use the
return value from the intValue()
method and
the -
operator to create a new
Integer
which is returned.
public FuncNegateInteger()
public Object perform(Object o)
Integer
and use the
return value from the intValue()
method and
the -
operator to create a new
Integer
which is returned.
All Packages Class Hierarchy This Package Previous Next Index